home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / MS_ARCAD.ZIP / ARC6_7.CHP < prev    next >
Text File  |  1993-06-15  |  644b  |  19 lines

  1. %
  2. #EF
  3. #T15,1,Chapter 6     The Borland Graphics Interface     Pg. 22
  4. #HS,1,4,80,25,11,1
  5. #C4,R5
  6.                             ~W~IClosing Down The BGI~Y~I
  7.  
  8. The BGI can be closed down by calling the ~W~Iclosegraph()~Y~I function. This
  9. is a ~R~Ivery important ~Y~Istep. ~C~IOther programs that are run after your
  10. game may not function correctly if the BGI is not closed down~Y~I.
  11.  
  12. #WN
  13. Also, the ~W~Iclosegraph()~Y~I function sets the screen back into whatever
  14. video mode it was in before your game started. This is only polite. Forcing
  15. the user to do this manually will make your game ~M~Ivery unpopular, very
  16. quickly~Y~I.
  17.  
  18. #WN
  19. #X